*{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body{
  height: 100vh;
  width: 100vw;
  overflow: hidden;
}

/* input[type="text"] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
  border: 10px solid red;
} */

body,
html {
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
  outline: none;
}

.e3ds_bottom_panel{
  user-select: none;
}

.e3ds_bottom_panel, .e3ds_bottom_panel_left {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 100px;
  width:fit-content;
}

.e3ds_bottom_panel_left {
  width: fit-content;
}

.left {
  left: 0px;
  right: 200px;
}

e3ds_bottom_panel_controlsObj  {
  bottom: 52px;
}

.e3ds_bottom_panelVoip {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 100px;
}

.e3ds_bottom_panel_controlsVoip {
  position: fixed;
  bottom: 28px;
  right: 44px;
  background: #000000aa;
  display: flex;
  transition: 250ms ease-in;
   place-items: center;
  position: fixed;
  bottom: 28px;
  right: 0px;
  left: 0px;
 
  margin: 0;
}




/* customize range input here */
input#resoulbar[type="range"] {
  /* removing default appearance */
  -webkit-appearance: none;
  appearance: none; 
  /* creating a custom design */
  width: 100%;
  cursor: pointer;
  outline: none;
  /*  slider progress trick  */
  overflow: hidden;
  border-radius: 16px;

  height: 10px;
}

/* Track: webkit browsers */
input#resoulbar[type="range"]::-webkit-slider-runnable-track {
  height: 10px;
  background: #ccc;
  border-radius: 16px;
}

/* Track: Mozilla Firefox */
input#resoulbar[type="range"]::-moz-range-track {
  height: 10px;
  background: #ccc;
  border-radius: 16px;
}

/* Thumb: webkit */
input#resoulbar[type="range"]::-webkit-slider-thumb {
  /* removing default appearance */
  -webkit-appearance: none;
  appearance: none; 
  /* creating a custom design */
  height: 10px;
  width: 10px;
  background-color: #fff;
  border-radius: 50%;
  border: 2px solid #4CAF50;
  /*  slider progress trick  */
  box-shadow: -407px 0 0 400px #4CAF5050;
}


/* Thumb: Firefox */
input#resoulbar[type="range"]::-moz-range-thumb {
  height: 15px;
  width: 15px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #4CAF50;
  /*  slider progress trick  */
  box-shadow: -407px 0 0 400px #4CAF50;
}
/* customize range input end here */

.zIndex{
  z-index: 9;
}

.volumeValues, .resulValues{
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.volumeValues span, .resulValues span{
  position: relative;
  font-size: 10px;
  color: #fff;
}

/* .volumeValues span::before {
  position: absolute;
  content: "";
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  height: 12px;575
  width: 1.5px;
  background: #fff;
} */

#settings .panelInput__div,
 .qlInput__div  {
  padding: 0 17px;
  background: transparent linear-gradient(90deg, #000000 0%, #000000 100%) 0% 0% no-repeat padding-box;
  border-radius: 10px;

  /* display: flex; */
  flex-direction: row;
  gap: 8px;
}

.e3ds_bottom_panel .panelInput__div{
  /* flex-direction: column; */
    /* gap: 0; */
    /* justify-content: center !important; */
}

.volumeTitle, .resulTitle{
  color: #fff;
  font-size: 13px;
}

#Volumebar{
  height: 5px;
}

.panelInput__div, .qlInput__div  {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 48px;
  transition: 0.25s ease-in-out;
  opacity: 0;
  visibility: hidden ;
  justify-content: unset !important;
  display: flex;
  gap: 12px;
  /* display: none; */

  display: flex;
  justify-content: center;
  align-items: center;
}
.panelInput__div{
  left: 0px;
}
.qlInput__div{
  width: 200px;
  /* left: 30px; */
  right: 197px;
  top: -117px;
  transform: rotate(-90deg);
}

#resolution__level{
  display: flex;
  gap: 5px;
  color: #fff;
  cursor: pointer;
  user-select: none;
}



.show__panelDiv {
  top: -48px;
  opacity: 1;
  visibility: visible;
}

.show__qlDiv{
  /* top: 0; */
}


.qlVisible{
  opacity: 1;
  visibility: visible;
  right: 250px;
}

.e3ds_bottom_panel_controls,
 .e3ds_control_toggle {
  background: transparent linear-gradient(90deg, #000000 0%, #000000 100%) 0% 0% no-repeat padding-box !important;
}

.e3ds_bottom_panel .panelInput__div #Volumebar, 
.qlInput__div #resoulbar  {
  width: 100%;
}

#Volumebar{
  cursor: pointer;
}

.e3ds_bottom_panel .panelBtn__div {
  height: 48px;
  overflow: hidden;

  z-index: 99;
}

.e3ds_control_toggleVoip {
  display: grid;
  place-items: center;
  position: fixed;
  bottom: 28px;
  right: 0px;
  height: 44px;
  width: 44px;
  margin: 0;
  border: none;
  background: #000000aa;
  color: white;
  transition: 200ms;
  cursor: pointer;
}

.e3ds_control_toggleVoip:hover {
  background: #444;
}


.e3ds_control_toggle_iconVoip img {
  color: white;
  transition: 250ms;
  height: 44px;
  width: 44px;
    place-items: center;
  position: fixed;
  bottom: 28px;
  right: 0px;
  left: 0px;
  height: 44px;
  width: 44px;
  margin: 0;
}


.voip-icon {
  background: #00000060 0% 0% no-repeat padding-box;
  padding: 8px;
}

.voip-icon:hover {
  background: #000000aa 0% 0% no-repeat padding-box;
}

.voip-icon img {
  width: 27px;
  padding: 4px;
}

.e3ds_bottom_panel_controls, .e3ds_bottom_panel_controls_left {
  position: fixed;
  right: 44px;
  background: #00000060;
  display: flex;
  transition: 250ms ease-in;
}

.e3ds_bottom_panel_controls{right: unset;}

.e3ds_bottom_panel_controls_left {
  left: 44px;
  width: fit-content;
  background: transparent;
  bottom: 52px;
}

.e3ds_bottom_panel_controls > button {
  width: 48px;
  height: 100%;
  margin: 0px;
  padding: 0px;
  border: none;
  background: transparent;
  color: white;
  cursor: pointer;
}

#e3ds_bottom_panel_controlsObj{
  height: 48px;
  overflow: hidden;
}

.e3ds_bottom_panel_controls_left > button {
  width: 44px;
  margin: 0px;
  padding: 0px;
  border: none;
  color: white;
  cursor: pointer;
}


.e3ds_bottom_panel_controls .e3ds_active_control_button {
  background-color: dodgerblue;
  color: white;
}


.e3ds_bottom_panel_controls button img,
 .e3ds_bottom_panel_controls_left button {
  height: 48px;
  width: 48px;
}

.e3ds_controls_fsc {
  background: transparent;
  color: white;
  font-weight: 900;
  font-size: 26px;
  transform: translateY(5px);
  width: 45px;
  height: 45px;
}

.fullscreen_btn {
  background: transparent;
  color: white;
  font-weight: 900;
  font-size: 26px;
  transform: translateY(5px);
  width: 45px;
  height: 45px;
  padding: 4px;
}

.e3ds_bottom_panel_controls button:hover {
  background: #444;
}

.e3ds_bottom_panel_controls_left button:hover {
  background: #000000aa;
}

.e3ds_control_toggle, .e3ds_control_toggle_left {
  display: grid;
  place-items: center;
  position: fixed;
  right: 0px;
  bottom: 52px;

  width: 48px;
  height: 48px;
  
  margin: 0;
  border: none;
  background: #000000aa;
  color: white;
  transition: 200ms;
  cursor: pointer;
}

.e3ds_control_toggle{
  display: unset !important;
}

.e3ds_control_toggle span{
  display: block;
  height: 100%;
  width: 100%;
}

span#e3ds_control_toggle_iconObj{
  height: 48px;
  width: 100%;
}

.e3ds_control_toggle:hover {
  background: #444;
}

.e3ds_control_toggle_left:hover {
  background: #444;
}

.e3ds_control_toggle_icon img  {
  color: white;
  transition: 250ms;
  width: 100%;
  height: 100%;
}

.e3ds_control_toggle_icon_left img  {
  color: white;
  transition: transform 1s;
  width: 44px;
  padding: 8px;
}

.e3ds_bottom_panel_controls button img{
  height: 100%;
  width: 100%;
}


.style48{
  right: 48px !important;
}

.style400{
  right: -400px !important;
}

.e3ds_bottom_panel_controls,
 .e3ds_control_toggle{
  position: relative !important;
}

.e3ds_bottom_panel{
    bottom: 40px;
    position: absolute;
    left: unset;
    right: 0;
    display: flex ;
    height: unset;
    flex-direction: column;

    z-index: 0;
}


.e3ds_control_toggle{
  bottom: unset !important;
  right: unset !important;
}

.rotate__inn{
  transform: rotate(90deg);
}

div#resulRangeValue,
 div#VolumeRangeValue {
  position: absolute;
  left: 0;
  top: -24px;
}


@media screen and (max-width: 575px) {
  #e3ds_bottom_panel_controlsObj{
    height: 40px;
  }

  .e3ds_bottom_panel_controls > button{
    width: 40px;
  }

  .e3ds_bottom_panel{
    height: 40px;
  }

  .e3ds_control_toggle{
    height: 40px;
    width: 40px;
  }

  span#e3ds_control_toggle_iconObj{
    height: 40px;
  }

  #InQueue_Text,
   #queueNumberText{
    font-size: 34px !important;
  }

  /* #e3ds_bottom_panel_controlsObj{
    bottom: 52px;
  } */

  .style48{
    right: 40px !important;
  }

  .panelInput__div, .qlInput__div{
    height: 40px;
  }

  .show__panelDiv, .qlVisible{
    top: -40px;
  }
}

@media screen and (max-width: 424px) {
  #InQueue_Text,
   #queueNumberText{
    font-size: 28px !important;
    line-height: 42px;
  }
}


#settings{
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: end;
}

#settings-items{
  display: flex;
  align-items: center;
  background-color: black;
  border: none;
  border-radius: 10px;
  width: 0;
  overflow-x: hidden;
  transition: width 0.5s linear;
}

.settings-item{
  background-color: transparent;
  width: 48px;
  padding: 0;
  border: none;
  cursor: pointer;
}

.settings-item img{
  width: 48px;
  height: 48px;
}

#galleryImg{
  height: 22px;
  width: 22px;
}

#settings-icon{
  padding: 13px;
  cursor: pointer;
  position: relative;
}

.recorded-video-wrap{
  position: absolute;
	top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
	z-index: 9;
  background-color: rgba(255, 255, 255, 1);
  padding: 10px;
  border-radius: 10px;
}

.download-video{
  color: white;
  text-decoration: inherit;
  background-color: #4981F2;
  padding: 5px;
  border-radius: 5px;
}

.download-wrap{
  margin-top: 5px !important;
}

.cancel-download{
  color: white;
  text-decoration: inherit;
  background-color: red;
  padding: 5px;
  border-radius: 5px;
  margin-left: 10px;
  cursor: pointer;
}
@keyframes blink {
  0% {
      opacity: 1;
  }
  50% {
      opacity: 0;
  }
  100% {
      opacity: 1;
  }
}
.blinkImg{
  animation: blink 1s;
  animation-iteration-count: infinite;
}

.d-none{
  display: none;
}